Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / user-federation / instances / {id} / sync

trigger sync of users

Path parameters:
realm - realm name (not id!)
id -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/user-federation/instances/{id}/sync?action=…trigger sync of users

Method Detail

POST /admin/realms/{realm}/user-federation/instances/{id}/sync

trigger sync of users

HTTP Example:
POST /admin/realms/{realm}/user-federation/instances/{id}/sync?action=…
API Example:

UserFederationProviderResource.syncUsers({'action': /* trigger sync of users */,
  'realm': /* name realm name (not id!) */,
  'id': …});

Output:
UserFederationSyncResult -
Query parameters:
action

Keycloak REST Services 1.5.0-Final